From a7d295254f90fe70a34dffa9b67b1e503a378cde Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 29 Jan 2020 12:16:44 +0100 Subject: [PATCH] ci: Add static packages for GLib and PCRE Otherwise Meson will warn about missing static dependencies for sysprof-capture-3. --- .gitlab-ci/fedora.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 2490f0a507..8c96f33222 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -23,6 +23,7 @@ RUN dnf -y install \ gettext \ git \ glib2-devel \ + glib2-static \ glibc-devel \ glibc-headers \ gobject-introspection-devel \ @@ -61,6 +62,7 @@ RUN dnf -y install \ ninja-build \ pango-devel \ pcre-devel \ + pcre-static \ python3 \ python3-jinja2 \ python3-pip \ -- 2.30.2